-
Notifications
You must be signed in to change notification settings - Fork 25.5k
repository: increase test timeout for repository analysis #135565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
repository: increase test timeout for repository analysis #135565
Conversation
The MinIO repository analyze test is failing in builds sometimes because of a timeout. This change increases it from 2 minutes to 5 minutes.
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
@schase-es could you link the test failure(s)? |
Yes -- #134853 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm I suspect this test failure might represents a continuation of the saga in MinIO around concurrent UploadPart
and AbortMultipartUpload
calls:
The change that closed minio/minio#21456 might not actually have fixed the issue, it might have just made it so that retrying the AbortMultipartUpload
call eventually cleans things up. I'd rather we ruled out such issues in MinIO before just blindly increasing the timeout. 2 minutes should already be ample time to complete this test.
@DaveCTurner thanks for the added context -- I'm realizing I need to do some searching around and git-blaming to look at things like this more. I did need to get docker setup before I could test this locally -- so I was very blind. The docker image for testing this is the 9/07 release. Most of the tests are around 20 seconds. But the reproduction string is running at about 3'20":
I tried:
I'm still seeing 3'20" with various combinations of these. Do you have any ideas about what this could be hitting? |
Nothing obvious, sorry, I would either add logging or take packet captures to work out what's unusual about these slower runs. |
The MinIO repository analyze test is failing in builds sometimes because of
a timeout. This change increases it from 2 minutes to 5 minutes.
Closes: #134853